go/types.Checker.pkgPathMap (field)
8 uses
go/types (current package)
check.go#L177: pkgPathMap map[string]map[string]bool
check.go#L552: check.pkgPathMap = nil
format.go#L127: if check.pkgPathMap == nil {
format.go#L128: check.pkgPathMap = make(map[string]map[string]bool)
format.go#L133: if len(check.pkgPathMap[pkg.name]) > 1 {
format.go#L149: forName, ok := check.pkgPathMap[pkg.name]
format.go#L152: check.pkgPathMap[pkg.name] = forName
resolver.go#L203: if check.pkgPathMap != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)